Welcome![Sign In][Sign Up]
Location:
Search - access in mfc

Search list

[OpenGL program二维图像三维显示

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introduced OpenG
Platform: | Size: 106574 | Author: 张立强 | Hits:

[ADO-ODBCBookSale

Description: 简单的图书销售管理系统 说明: 1.程序基本实现用户要求 2.登录密码为12345 该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能 若要该密码,请到数据库中直接修改 3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除 如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响 解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可 4.删除库存为零的图书记录,该要求有些不合理 如果删除了这些记录,那么销售统计时,则无法查到这些书的信息 (这可能与我表设计有关,没有深入分析该问题) 5.程序运行时,务必保证数据库与应用程序在同一目录下 程序是基于MFC编写的 如果运行该程序的机器上没有MFC运行时库,程序不能运行.-simple book sales management system : 1. Basic procedures to achieve two user requirements. Login password to 12,345 the password stored in a database table of Pwd, procedures not directly alter the code for the function if the password, the free database directly alter three. To facilitate the compilation of statistics procedures used SaleReport temporary table. Generally, statistical finished The list will be automatically deleted because if abnormal reasons, the table does not automatically deleted, then running statistical procedures that would arise, the other functions will not be affected solutions : Open Access database RBookSale.mdb, will be deleted SaleReport Table 4. Delete library zero deposit library records, some of the unreasonable demands deletion of these records, sales st
Platform: | Size: 426075 | Author: 曲进 | Hits:

[Windows Develop竞赛管理系统

Description: 1 这是我用VC帮别人做的一个小型软件,实现竞赛管理(比如运动员数据库管理、比赛实时计时、比赛结果管理及打印输出等) 由于还在编写,想引用一下贵网站的源码,故将此软件源码上传,请大家批评指正。 2 本软件编写的特点: [1]运用的VC-MFC单文挡框架,并且主界面可调出另外两个单文档框架 [2]运用了CGridCtrl控件 [3]运用了彩色按纽 [4]运用运用了ODBC和ADO两个数据库编程(别人是用以前用ODBC,我用的ADO,后来大部分都被我改成了ADO) 实现了数据库管理 [5]实现打印功能 [6]实现实时计时功能 3 本软件在运行时,在debug文件夹中要考入“运动员信息管理”的access文件,否则出错 4 请版主批评指正,谢谢 westlife04@Tom.com-This a VC anybody I used to do a small software achieving race management (such as athletes database management, real-time game time, results of the competition management and print output) is prepared to cite the source of your website, Therefore, this source software uploads, please correct criticism. Two software development features : [1] use the VC-MFC single framework of the text block, the main interface as well as an additional two adjustable single framework document [2] use the CGridCtrl Control [3] used Color button [4] Use of the use of two ODBC and ADO database programming (with others before using ODBC, I use the ADO, most were later I changed ADO) achieved a database management [5] print function [6] or real-time when functional software in three runs, the debug folder ad
Platform: | Size: 6287720 | Author: 湖朝 | Hits:

[Other resourceVC中通过自动化客户端操作Word2000

Description: 我们在编写程序,开发软件的过程中如果能利用已有的程序的功能,那么可以大大减轻开发过程中程序员的工作量,同时达到事半功倍的效果。例如在工程中,许多软件需要文字处理功能,虽然MFC提供了一些方法,但是具体实现起来既费事,又有一定的困难,如果我们可以直接使用OFFICE提供的功能,岂不美哉!要实现这一目的,只需要利用微软的ActiveX Automation技术就可以轻松实现。本例主要讲述了自动化的概念,并通过一个操作Word文档的程序来帮助读者朋友理解Visual C++编程中如何实现自动化。 -in programming, software development process if we can make use of existing procedures for the function, Well, we can greatly reduce the process of developing the work of the programmer, to be effective and efficient. For example, in engineering, and many need word processing software function, although with some MFC, But both together to realize the demanding, but also the difficulties, If we can provide direct access OFFICE functions, but it is really true! To achieve this purpose, only need to use Microsoft's ActiveX Automation technology can be easily achieved. The cases mainly on the concept of automation, operating through a Word document procedures to help readers understand Visual C Programming realize how verbization.
Platform: | Size: 16059 | Author: 李树永 | Hits:

[OpenGL programthreedmesh

Description: 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing in order to achieve the necessary two-dimensional realization of the three-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introd
Platform: | Size: 105860 | Author: 周立 | Hits:

[GUI Developqidongdonghua

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-MFC +5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
Platform: | Size: 57992 | Author: zyg | Hits:

[Communication网络类程序程序6个

Description: 1.目录TCP.IP终端程序源代码是一个实现一个TCP.UDP终端的程序,通过该终端可以实现POP3、SMTP、FTP等各种功能; 2.目录超级链接是一个能够在窗体上实现超级链接的程序,或者发送email; 3.目录端口扫描是一个能够对指定IP地址的单个端口或者多个端口进行扫描的程序; 4.目录获得本机ip地址的MFC程序是一个通过MFC来获取本地计算机IP地址的程序。 5.目录获取网络设置,网卡信息是一个获取网络DNS、子网掩码、网卡地址的综合程序,6.EnumProtocal目录是获取系统支持的网络协议信息的程序。-1. Contents TCP.IP terminal program source code is a realization of a TCP.UDP terminal procedures, the terminal can be achieved POP3, SMTP, FTP and other functions; 2. Directory is a hyperlink to achieve in the form of hyperlinks procedures, or send email; 3. directory is a port scan to be able to specify the IP addresses of individual ports or multiple port scanning procedures; 4. access to the directory for ip address MFC process is an MFC to obtain through local computer IP address procedures. 5. Directory access network configuration, network card, access to information is a DNS network, subnet mask, Ethernet addresses the comprehensive procedures 6.EnumProtocal directory access system to support the network protocol information procedures.
Platform: | Size: 285011 | Author: skywar | Hits:

[GUI DevelopLesspnCTime

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -MFC +5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
Platform: | Size: 61695 | Author: 李思川 | Hits:

[ToolBarVC6_toolbar

Description: 6.0关于工具条的设计,包括如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-6.0 on the tools of the design, including how to amend the MFC AppWizard Wizard generated in the framework of the procedures appearance and size, the icon changes, cursor, background of the three methods. How to increase and delete the toolbar button, how to increase application toolbars, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add the state of progress of the column (the main window after the immediate progress of the ingenious idea, OnCreate function not directly address that we had to use information from the definition of the methods). Coordinates of the mouse, in which access to state CView column object in several ways. Application procedures for how to add the startup screen.
Platform: | Size: 57990 | Author: 常攀峰 | Hits:

[Delphi VCLFastDown1.1

Description: 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序 TestFastDownSrcVC6.zip 测试程序源代码(VC版) TestFastDownSrcVB6.zip 测试程序源代码(VB版) FastDownHelp.zip 帮助文档 特点: 支持HTTP、FTP协议,支持HTTP CHUNKED编码,支持HTTP GET、POST方法,支持重定向、Cookie。 支持获取FTP目录内容。 支持断点续传,支持将文件分成多块同时下载,可任意指定分块数,下载速度快,CPU占用率低。 支持从多个地址下载同一个文件。 支持同步模式,异步模式。 支持SOCKS4,SOCKS5,HTTP1.1代理。 可提供C++静态库(VC6、VC7、VC8、C++ Builder),可提供ActiveX版本(支持C++ Builder、Delphi、VB、VC++、C#、VB.net、Delphi.net)。 全部代码不依赖于MFC,不依赖于WININET库,方便移植。 接口简单,灵活。 支持Win98,WinMe,Win2000, Windows XP,Windows 2003-software Home : www.gfastdown.com documents : FastDownActiveX.zip ActiveX version FastDownCB6.z ip C Builder6 static FastDownVC6.zip VC six static FastD ownVC7.zip VC 7 TestFastDown.zip the static test procedure Test FastDownSrcVC6.zip testing program source code (VC version) TestFastDo wnSrcVB6.zip testing program source code (VB Edition) FastDownHelp.zip help documentation features : support for HTTP, FTP, HTTP support CHUNKED coding, supports HTTP GET, POST, the support redirect, Cookie. Support FTP access to directory content. Supports HTTP, support the file into several pieces, while downloading can be arbitrarily designated a few blocks, download speed, CPU utilization rate is low. Support downloaded from the same number of addresses in a document. Synchronous, asynchronous mode. Sup
Platform: | Size: 3208536 | Author: zxq | Hits:

[OS programMFC-zhizhen

Description: MFC应用程序中指针的使用,VC中编程对于刚刚开始学习的同学,最大的障碍和问题就是消息机制和指针获取与操作。其实这些内容基本上是每本VC学习工具书上必讲的内容,而且通过MSDN很多问题都能解决。-MFC application, the use of pointers, VC programming for students just beginning to learn, the biggest obstacles and problems the message mechanism and pointer access and operation. In fact, these are basically each VC learning will speak on the books, and through MSDN a lot of problems can be solved.
Platform: | Size: 22528 | Author: liijian | Hits:

[Windows Developjpggif

Description: 一个用于显示jpg gif图片的c++源码,很不错的一个项目源码,可以用于参考学习-Class (source code) C++ access the registry, including access to the registry, and in MFC
Platform: | Size: 32768 | Author: 是打发士大夫 | Hits:

[VC/MFCVC-MFC-Tutorial

Description: 是c++编程方面最畅销的图书品种之一,不仅涵盖了visual c++ 2008编程知识,还全面介绍了标准c++语言和c++/cli。本书延续了ivor horton讲解编程语言的独特方法,从中读者可以学习visual c++ 2008的基础知识,了解如何使用mfc进行本地iso/ansi c++ windows应用程序开发以及如何使用windows forms进行c++/cli windows应用程序开发,并全面掌握在mfc和windows forms中访问数据源的技术。此外,本书各章后面的习题将有助于读者温故而知新,并尽快成为c++高效程序员。.-C++ programming is the most popular varieties of books, covers not only the visual c++ 2008 programming knowledge, but also a comprehensive introduction to the standard c++ language and c++/cli. This book continues the ivor horton unique approach to explain the programming language, from which the reader can learn the basics of visual c++ 2008, learn how to use mfc for local iso/ansi c++ windows application development and how to use windows forms for c++/cli windows applications development, and fully grasp the mfc and windows forms to access the data source technologies. In addition, each chapter of this book will help readers to exercise the Old, and soon became c++ efficient programmer. .
Platform: | Size: 271360 | Author: 陈生 | Hits:

[Windows DevelopVODDev

Description: 视频点播系统,该系统核心界面有三个:登陆、服务器和客户端界面。数据库服务器存放媒体服务器中的媒体Media清单和用户数据。当VOD客户端登陆媒体服务器后,可以下载Media数据进行播放。VOD服务器进行媒体管理和用户管理。用到的技术有MFC GUI,socket编程,数据库访问和操作,DirectX中的DirectShow,组件和动态库-Video-on-demand system, the core of the interface has three: landing, the server and the client interface. The database server storage media server media Media lists and user data. When the VOD Media Server client login, you can download Media data for playback. VOD server for media management and user management. Technology used in MFC GUI, socket programming, database access and manipulation, DirectX in DirectShow, components and dynamic libraries
Platform: | Size: 1773568 | Author: 兵戈宝牛 | Hits:

[Windows DevelopMFC-ODBCaccess

Description: VC++ 使用MFC ODBC访问数据库,请注意:在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo,直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下-VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data source, the database file is bookinfo.mdb, data source name is bookinfo, also need to run an executable file with an executable database files files in the same path
Platform: | Size: 48128 | Author: kpudn28 | Hits:

[ADO-ODBCaccessDataOperation

Description: MFC 数据库的连接以及操作,ACCESS数据库。-The connection and operation of ACCESS database in MFC single document program.
Platform: | Size: 26726400 | Author: LinZhaoxi | Hits:

[ADO-ODBCTEST_sjk

Description: 本例程在mfc平台下实现利用ODBC方式连接access数据库,适合学习mfc和数据库的初学者借鉴-The routine use of ODBC connected achieve access the in mfc platform for learning and s beginners learn mfc
Platform: | Size: 14540800 | Author: 小郭 | Hits:

[Program docMFC-handle-conversion

Description: 一般我们使用的框架是VC提供的Wizard生成的MFC App Wizard(exe)框架,无论是多文档还是单文档,都存在指针获取和操作 问题。 下面这节内容主要是一般的框架,然后再讲多线程中的指针使用。使用到的类需要包含响应的头文件。 首先一般获得本类(视,文档,对话框都支持)实例指针 this,用this的目的,主要可以通过类中的函数向其他类或者函数中发指针,以便于在非本类中操作和使用本类中的功能。 这其中的关键在于理解 m_pMainWnd, AfxGetApp(),AfxGetMainWnd() 的意义! -General framework we are using the MFC App Wizard (exe) provides the framework Wizard VC generated, whether it is a single document or multiple documents, there are pointers to access and operational problems. The following section is primarily aimed at the general frame, and then repeat that multiple threads using a pointer. Use the class needs to contain the response headers. First, get this general class (depending on the document, dialog support) instance pointer this, with this purpose, the main pointer can be made through the class of functions to other classes or functions in order to operate in this class and use non this class features. Which is the key to understanding m_pMainWnd, AfxGetApp (), AfxGetMainWnd () meaning!
Platform: | Size: 13312 | Author: kongzhizhu | Hits:

[Button controlBrowsHist

Description: Windows上编写一个获取用户上网URL并保存到txt文件中的MFC小程序。(Using windows to write a MFC access to user access to URL and stored in the txt file applet.)
Platform: | Size: 3434496 | Author: kobe241314886 | Hits:

[TeeChart_Show

Description: 实现TeeChart空间的动态显示,通过一些小技巧避免了TeeChart在大数据显示时容易出现的Access violation at address 的错误。(To achieve dynamic display of TeeChart space, through some small skills to avoid TeeChart in large data display prone to Access violation at address error.)
Platform: | Size: 1024 | Author: SEVEN7LONG | Hits:
« 1 2 34 5 6 7 8 9 »

CodeBus www.codebus.net